home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / CheeseHunt.swf / scripts / frame_390 / PlaceObject2_193_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-08-04  |  113 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.hero))
  3.    {
  4.       _root.gotoAndStop("L7 part 4");
  5.    }
  6. }
  7.